Remove overwrite confirmation machinery from GtkFileChooser
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 21 Feb 2020 15:52:47 +0000 (15:52 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Sat, 22 Feb 2020 15:22:06 +0000 (15:22 +0000)
commit063ad28b1a06328e14ed72cc4b99cd4684efed12
tree84456855290319cccfd07f705f2096b611687002
parentd505573ee608f8f26fd02458030d1755fd3af8b6
Remove overwrite confirmation machinery from GtkFileChooser

Overwrite confirmation should not be optional, and it should not loop
into application code to create their own dialog and user response.
18 files changed:
demos/node-editor/node-editor-window.c
docs/reference/gtk/gtk4-sections.txt
gtk/gtkfilechooser.c
gtk/gtkfilechooser.h
gtk/gtkfilechooserbutton.c
gtk/gtkfilechooserdialog.c
gtk/gtkfilechoosernative.c
gtk/gtkfilechoosernativequartz.c
gtk/gtkfilechoosernativewin32.c
gtk/gtkfilechooserprivate.h
gtk/gtkfilechooserutils.c
gtk/gtkfilechooserutils.h
gtk/gtkfilechooserwidget.c
gtk/gtkprinteroptionwidget.c
gtk/inspector/css-editor.c
gtk/inspector/recorder.c
tests/testfilechooser.c
tests/testgtk.c